/* General layout */

.middleB {
  background-color: #5acfd7;
  color: black;
  padding: 1px 20px;
  border-radius: 1px;
  border-color: #5acfd7;
}

#bottomM {
  margin: 0;
  position: fixed;
  bottom: 3%;
  left: 50%;
}